QuickOPC User's Guide and Reference
Other OPC UA Extensions
Extensions > Layered Extensions for .NET > OPC Unified Architecture Extensions > Other OPC UA Extensions

Extensions for OPC UA Troubleshooting

Testing OPC UA Connections and Subscriptions

The TestEndpoint extension method on IEasyUAClient tests whether an operational client connection can be established to the specified endpoint of an OPC UA server.

The TestConnection and TestConnectionAsync extension methods on IEasyUASubscriber test whether an OPC UA PubSub connection can be successfully established.

The TestSubscription and TestSubscriptionAsync extension methods on IEasyUASubscriber test whether an OPC UA PubSub subscription can be successfully established.

See Also